home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the-kitchen-of-doom.swf / scripts / DefineButton2_854 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-14  |  355b  |  11 lines

  1. on(release){
  2.    _visible = false;
  3.    _global.sfxUI.start();
  4.    _parent.toggleButtons();
  5.    _parent.HiscorePluginInst.menuButtonInst.enabled = true;
  6.    _parent.HiscorePluginInst.sendButtonInst.enabled = true;
  7.    _parent.HiscorePluginInst.upArrowInst.enabled = true;
  8.    _parent.HiscorePluginInst.downArrowInst.enabled = true;
  9.    gotoAndStop(1);
  10. }
  11.